projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a96c462
)
Use `convert-standard-filename' to set the name
author
Karl Heuer
<kwzh@gnu.org>
Fri, 19 Jan 1996 22:44:37 +0000
(22:44 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 19 Jan 1996 22:44:37 +0000
(22:44 +0000)
of the key mapping file.
lisp/emulation/tpu-mapper.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/tpu-mapper.el
b/lisp/emulation/tpu-mapper.el
index d327b4f4ee42c0368089571c96682768da3e103c..ba6d032fd6a95a78f03889b00b017038de648b5a 100644
(file)
--- a/
lisp/emulation/tpu-mapper.el
+++ b/
lisp/emulation/tpu-mapper.el
@@
-365,7
+365,9
@@
;;;
;;; Save the key mapping program
;;;
-(let ((file (if tpu-lucid-emacs19-p "~/.tpu-lucid-keys" "~/.tpu-keys")))
+(let ((file
+ (convert-standard-filename
+ (if tpu-lucid-emacs19-p "~/.tpu-lucid-keys" "~/.tpu-keys"))))
(set-visited-file-name
(read-file-name (format "Save key mapping to file (default %s): " file) "" file)))
(save-buffer)